All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.app.image.Compositable
- public interface Compositable
- extends ImageSpec
A Compositable object is an object that is able to apply graphics mode
operations to the Image data that it is presenting.
-
getGraphicsMode()
- Returns the current graphics mode of the Compositable object.
-
setGraphicsMode(GraphicsMode)
- This method sets the graphics mode property of the Compositable object.
setGraphicsMode
public abstract void setGraphicsMode(GraphicsMode gMode) throws QTException
- This method sets the graphics mode property of the Compositable object.
- Parameters:
- gMode - Specifies the graphics mode.
getGraphicsMode
public abstract GraphicsMode getGraphicsMode() throws QTException
- Returns the current graphics mode of the Compositable object.
- Returns:
- a Graphics mode object
All Packages Class Hierarchy This Package Previous Next Index